/*头部*/
/*$$
{"color":[{"val":"#ffffff","title":"默认文字颜色"}],
"background":[{"val":"#2b4d91","title":"模块背景颜色"}],
"border":[{"val":"#2b4d91","title":"边框颜色"}]}
$$*/
#why_146{
	width: 100%;
	padding: 70px 10px 60px;
	background: #2b4d91 url('/static/images/IC00020_01.jpg') no-repeat center top;
	background-size: cover;
}
#why_146 .why_w{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 500px;
}
#why_146 .why_w .allTi{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	background: url('/static/images/CP00021_02.png') no-repeat left top;
	background-size: 25px 25px;
	padding: 15px 0 0;
}
#why_146 .why_w .allTi .allTl{
	color: #ffffff;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 60px;
	display: flex;
	justify-content: flex-start;
	align-items: baseline
}
#why_146 .why_w .allTi .allTl::after{
	width: 35px;
	height: 35px;
	background: #6e81ae;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 50%;
}
#why_146 .why_w .allTi .allTl::before
{
	content: '';
	width: 10px;
	height: 10px;
	background: #f5f5f5;
	position: absolute;
	left: 30px;
	bottom: 35px;
	border-radius: 50%;
}
#why_146 .why_w .allTi .allTl_key{
	font-size: 60px;
	position: relative;
	z-index: 3;
}
#why_146 .why_w .allTi .allTl_val{
	font-size:28px ;
}
#why_146 .why_w .allTi .seabox{
	width: 410px;
	height: 44px;
}



#why_146 .why_w .why_box{
	width: 100%;
	height: 500px;
	background: #ffffff;
	border:#2b4d91 1px solid ;
	margin-top: 55px;
	padding: 20px 20px;
	
}
#why_146 .why_w .why_list{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
#why_146 .why_w .why_div{
	text-align: center;
	width: 180px;
	height: 460px;
	position: relative;
	overflow: hidden;
	transition-duration: 0.4s;
	margin-right: 10px;
}
#why_146 .why_w .why_div:last-child{
	margin-right: 0;
}
#why_146 .why_w .bg{
	width: 180px;
	height: 460px;
	transition-delay: 0.3s;
	transition: 0.3s linear;
}
#why_146 .why_w .bgY{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
}

#why_146 .why_w .why_div .init
{
	    position: absolute;
	    left: 50%;
	    top: 50%;
		transform: translate(-50%,-50%);
	    width: 100%;
	    box-sizing: border-box;
	    z-index: 1;
	    color: #ffffff;
	   
	    opacity: 1;
	    pointer-events: all;
	    transition: all 0.4s ease-in-out;
}
#why_146 .why_w .why_div .init img{
	width: 40px;
	height: 40px;
}
#why_146 .why_w .why_div .init p::after{
	content: '';
	width: 1px;
	height: 20px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: -5px;
	transform: translate(0,-100%);
}
#why_146 .why_w .why_div .init p{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
	position: relative;
	line-height: 30px;
	margin-top: 35px;
}
#why_146 .why_w .why_div .init span{
	font-size: 14px;
}
#why_146 .why_w .why_div .open{
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 1;
	text-align: left;
	box-sizing: border-box;
	padding: 20px;
	color: #ffffff;
	opacity: 0;
	pointer-events: none;
	width: 100%;
}
#why_146 .why_w .why_div .open_tx{
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	border-bottom:#ffffff 1px solid ;
	line-height: 35px;
	padding-bottom: 10px;
	width: 100%;
	display: block;
	position: relative;
	opacity: 0;
}
#why_146 .why_w .why_div .open_des{
	font-size: 14px;
	color: #ffffff;
	padding: 10px 0;
	line-height: 26px;position: relative;
	opacity: 0;
}
#why_146 .why_w .why_div.act .open{
	opacity: 1;
	transition: all 0.4s ease-in-out;
	transition-delay: 0.3s;
	
}
#why_146 .why_w .why_div.act .open .open_tx{
	animation: norTher 0.5s ease forwards;
	animation-delay: 0.3s;
}
#why_146 .why_w .why_div.act .open .open_des{
	animation: norTher 0.5s ease forwards;
	animation-delay: 0.4s;
	
}
@keyframes norTher{
	0%{
		bottom: -30px;
		opacity: 0;
	}
	100%{
		bottom: 0;
		opacity: 1;
	}
}
#why_146 .why_w .why_div.act{
	width: 580px;
}
#why_146 .why_w .why_div.act .init{
	opacity: 0;
}
#why_146 .why_w .why_div.act .bgY{
	opacity: 1;
	transform: scale(1.1);
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
#why_146 .why_w .why_div.act .bg{
	opacity: 0;
}




#why_146 .why_w .whyM_box
{
	width: 100%;
	height: 350px;
	position: relative;
	display: none;
	margin-top: 25px;
}
#why_146 .why_w .whyMSwiper{
	width: 100%;
	height: 100%;
}
#why_146 .why_w .whyMmen{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
#why_146 .why_w .whyMmenUl{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#why_146 .why_w .whyMmenLi{
	width: 25%;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid rgba(100, 100, 100, 0.8);
	flex-wrap: wrap;
}
#why_146 .why_w .whyMmenLi img{
	width: 22px;
	height: 22px;
	display: block;
	margin-right: 5px;
}

#why_146 .why_w .whyM_info{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	height: 100%;
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
}
#why_146 .why_w .whyM_info .whyM_ti{
	
}
#why_146 .why_w .whyM_info .whyM_h2{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 26px;
}
#why_146 .why_w .whyM_info .whyM_p{
	font-size: 12px;
	color: #ffffff;
	line-height: 24px;
}
#why_146 .why_w .whyM_info .whyM_des{
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	margin-top: 10px;
}
#why_146 .why_w .whyMmenLip{
	font-size: 12px;
	color: #ffffff;
	width: 100%;
	text-align: center;
}
#why_146 .why_w .whyM_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media (min-width:1200px) {
	#why_146:hover .allTi .allTl::after{
		animation:zoomAn 4s linear infinite;
	}
	#why_146:hover .allTi .allTl::before{
		animation:zoomAn2 4s linear infinite;
		z-index: 5;
	}
}
@keyframes zoomAn{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.2) translate(10px,-20px);
		opacity: 0.5;
	}
	100%{
		transform: scale(1);
	}
}
@keyframes zoomAn2{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.2) translate(-10px,10px);
		opacity: 0.5;
	}
	100%{
		transform: scale(1);
	}
}
@media (max-width:1200px) {
	
}

@media (max-width:768px) {
	#why_146{
		padding: 50px 10px 20px;
	}
	#why_146 .why_w .why_box{
		display: none;
	}
	#why_146 .why_w .whyM_box{
		display: block;
	}
	#why_146 .why_w .allTi .allTl_key{
		font-size: 30px;
	}
	#why_146 .why_w .allTi .allTl_val{
		font-size: 14px;
	}
	#why_146 .why_w .allTi .allTl{
		padding: 0 0 0 20px;
	}
	#why_146 .why_w .allTi{
	
		width: 100%;
		padding: 30px 0 0 0;
	}
	#why_146 .why_w{
		min-height: inherit;
	}
}
